2012-10-29 Daniel Colascione <dancol@dancol.org>
authorDaniel Colascione <dancol@dancol.org>
Mon, 29 Oct 2012 17:24:29 +0000 (09:24 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 29 Oct 2012 17:24:29 +0000 (09:24 -0800)
commit17784444e28e0af1ef0849b59cc2708bbed86059
treed7b1d4491716785a9fb1a9adf0138efd4fdc8e21
parent26c26a5e2828e324ae7f14ad01ca7c8be25f3b2c
2012-10-29  Daniel Colascione  <dancol@dancol.org>

cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode): In
preparation for fixing bug#12739, move these functions from
here...

* coding.h, coding.c: ... to here, and compile them only when
WINDOWSNT or HAVE_NTGUI.  Moving these functions out of cygw32
proper lets us write cygw32-agnostic code for the HAVE_NTGUI case.
src/ChangeLog
src/coding.c
src/coding.h
src/cygw32.c
src/cygw32.h